(C) 1996 AROS - The Amiga Replacement OS
NAME
#include <proto/iffparse.h>
void InitIFF()
SYNOPSIS
struct IFFHandle * iff
LONG flags
struct Hook * streamHook
LOCATION
In IFFParseBase at offset 38
FUNCTION
Initializes an IFFHandle with a custom stream handler and flags describing seekability of the stream.
INPUTS
iff
pointer to IFFHandle struct.
flags
stream I/O flags for the IFFHandle.
streamHook
pointer to a Hook structure initialized with the streamhandler to be called.
RESULT
NOTES
EXAMPLE
BUGS
SEE ALSO
utility/hooks.h
INTERNALS
HISTORY
03.02.1997 digulla
Iffparse.library as supplied by Nils H. Lorentzen